Article Source: http://blog.csdn.net/xx77009833/archive/2010/07/30/5776383.aspx
For some purposes, logging is necessary.
In a typical Linux installation,/var/log/messages contains all system messages, And/var/log/mail contains other log messages
Three functionsOpenlog, Syslog, Closelog is a set of system log write interfaces. The other vsyslog is the same as the Syslog function, except that the parameter formats are different. []http://blog.const.net.cn/a/17152.htm on the net of drinking
Write System logs in C language in Linux
__________________________________________________________________________________________________
Author: jobo
Time: 2011/11/24
Emaile: jibo.tiger@gmail.com
Statement: I am not opposed to reprinting my
Original article address
Linux diary system is monitored by system logsProgramSyslogd is composed of the kernel log monitor klogd. The two monitoring programs are both daemon and registered as system services. In other words, we can find the
1. syslog IntroductionSyslog is an industrial standard protocol that can be used to record device logs. In UNIX systems, routers, switches, and other network devices, System logs record System events at any time. Administrators can view system
Host information
Just as we can determine the user information, the program can also determine the information of the computer on which it runs. The uname command provides this information. Uname also serves as a system call to provide the same
1. syslog introduction syslog is an industrial standard protocol that can be used to record device logs. In UNIX systems, routers, switches, and other network devices, system logs record system events at any time. Managers can view the system
Syslog System Log Application1) OverviewSyslog is the default log daemon for Linux systems. The default syslog configuration file is the/etc/syslog.conf file. Programs, daemons, and kernels provide log information for accessing the system. Therefore,
Most of the things that have been related to watching lighttpd facgi. See the following sample code on the LIGHTTPD website.#include #include #include #include #include #define Listensock_fileno 0#define listensock_flags 0int Main (int argc,
Directory:
Chapter 1 Linux and Linux programming Overview
Chapter 2 set up a Development System
Chapter 3 Use GNU CC
Chapter 4 Use GNU make to manage projects
Chapter 5 create a portable self-Configuration Software GNU autoconf
Chapter 6 Comparison
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.